File System

Issue

If you are running the File Allocation Table (FAT) file system, which is not a secured file system, you should consider converting to the NTFS file system.

Secured file systems, such as NTFS, are a key component of security because they restrict user access to data. By using file system security, you can you can tell your computer which users are allowed to access individual files and what type of access they are allowed (for example, read or modify). NTFS protects your data by preventing unwanted user access to it.

Note: You need to manually secure your files by using Access Control Lists (ACLs). To do this, right click the file or folder to which you want to control, click Properties, click the Security tab, and then specify the appropriate access restrictions for the file.

Solution

Convert your system from FAT to NTFS. For more information, see the instructions below.

Caution: Do not convert from FAT to NTFS if your system dual boots to Windows 95 or Windows 98 or any other operating system. Windows XP, Windows 2000, and Windows NT support both systems, but no other operating systems support NTFS. If you convert to NTFS, you will be unable to read your files when you use other operating systems. 

Note: The following limitations should be recognized before converting a FAT partition to NTFS:

Instructions

  1. Click Start, point to Programs, point to Accessories, and then click Command Prompt.
  2. At the command prompt, type:

    CONVERT [driveletter]: /FS:NTFS

    (For example, CONVERT C: /FS:NTFS)

CONVERT might present the following error:

Convert cannot gain exclusive access to the [driveletter]:, so it cannot convert it now. Would you like to schedule it to be converted the next time the system restarts (Y/N)?

This error occurs if any of the following three conditions exist:

Additional Information

Understanding NTFS File Compression

⌐ 2002 Microsoft Corporation. All rights reserved.